.btn-perso { background-color: rgb(0, 176, 255); }

/********************
* LOADER
********************/

.s { background-color: rgb(0, 176, 255); }

/* Boule qui tourne */
.big { box-shadow: 0px 0px 10px rgb(40,216,255), 0px 0px 20px rgb(40,216,255), 0px 0px 30px rgb(40,216,255), 0px 0px 50px rgb(40,216,255), 0px 0px 60px rgb(40,216,255); background-color: rgb(40,216,255); }

@keyframes small {
 0% { background-color: rgb(0, 176, 255); }
 10% { background-color: rgb(40,216,255); }
 25% { background-color: rgb(0, 176, 255); }
 100% { background-color: rgb(0, 176, 255); }
}

/********************
* TOP NAVIGATION
********************/

.layout-fullwidth #wrapper .btn-toggle-fullwidth { color: rgb(40,216,255); }

/********************
* LEFT NAVIGATION
********************/

.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active { border-left-color: rgb(0, 176, 255); }
.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i { color: rgb(0, 176, 255); }

/********************
* LAYOUT
********************/

#wrapper .square-layout ul li { background-color: rgba(0, 176, 255,0.55); }
#wrapper .square-layout ul li:hover { background-color: rgba(0, 176, 255,0.8); }
#wrapper .square-layout ul li.square-selected { background-color: rgba(0, 176, 255,0.95); }

.titreblock {background-color: rgb(0, 176, 255); }
.text-theme {color: rgb(0, 176, 255) !important; }
.background-theme {background-color: rgb(0, 176, 255) !important; }

/********************
* LOGIN
********************/

.auth-box .right .overlay {background-color: rgb(0, 176, 255); opacity:0.8; }

.btn-login { color: white; background-color: rgb(0, 176, 255); transition: 0.2s; }
.btn-login:hover { color: white; opacity: 0.85; }

.btn-timci { background-color: rgb(40,216,255) !important; color: white !important; }

/********************
* GESTIONNAIRE
********************/

.focus-input100-1::before, .focus-input100-2::before { background-color: rgb(40,216,255); }

.focus-input100-1::after, .focus-input100-2::after { background-color: rgb(40,216,255); }

/********************
* PROFIL
********************/

#modificationModal .modal-header { background-color: rgb(0, 176, 255); }

input:focus + .side-label::before { border-color: rgb(0, 176, 255);}

.side-label::after { background-color: rgb(0, 176, 255);}

* LOGIN
********************/

.btn-login { background: rgb(0, 176, 255); }
.auth-box .right .overlay { background: rgba(0, 176, 255,0.8) !important; }

/********************
* MEDIA QUERIES
********************/

@media (max-width: 1024px) {
  #wrapper .btn-toggle-fullwidth { color: rgb(40,216,255); }
}